home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / c / Makefile < prev    next >
Encoding:
Makefile  |  1992-06-09  |  989 b   |  34 lines

  1. #
  2. # Prototype Makefile for the topmost directory of a library that is
  3. # divided into multiple subdirectories.  When makes are invoked here,
  4. # this Makefile arranges for most of them to be passed on to each
  5. # of its subdirectories.
  6. #
  7. # This Makefile is automatically generated.
  8. # DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
  9. #
  10. # Generated from /sprite/lib/mkmf/Makefile.biglibtop
  11. # Mon Jun  8 21:25:15 PDT 1992
  12. #
  13. # For more information, refer to the mkmf manual page.
  14. #
  15. # $Header: /sprite/lib/mkmf/RCS/Makefile.biglibtop,v 1.7 91/04/11 12:55:37 kupfer Exp $ SPRITE (Berkeley)
  16. #
  17. # Allow mkmf
  18.  
  19. MACHINES    = ds3100 sun3 sun4
  20. MANPAGES    = 
  21. NAME        = c
  22. SUBDIRS        = bit bstring crt ctype db dir etc exec gate gnulib hash host inet list locale mig net netlib quad stdio stdlib string sync syscall time ulog unixSyscall
  23. #include    <settm.mk>
  24. TYPE        = sprite
  25. DISTDIR        ?= /dist/sprite/src/lib/c
  26.  
  27. SYSMAKEFILE    = biglibtop.mk
  28.  
  29. #if exists(local.mk)
  30. #include    "local.mk"
  31. #else
  32. #include    <$(SYSMAKEFILE)>
  33. #endif
  34.